home *** CD-ROM | disk | FTP | other *** search
- This is a CScrollList.
-
-
-
- It is a replacement for CTable when you only need
-
- a single column list with only one cell selected
-
- at any one time.
-
-
-
- CScrollList has four options:
-
- • Selectable - Individual items can be selected.
-
- • Checkable - Each item can be checked or unchecked.
-
- • Dragable - Items can be rearranged within the list.
-
- • Editable - Items can be edited directly in the list.
-
-
-
- This list has all four options enabled (try them).
-
-
-
- To edit items, simply select one and hit <Enter>.
-
- To add new items, select the item after which you
-
- wish the new on to appear and hit <Return>.
-
- To remove items, select one and hit <Delete> or <Clear>.
-
- Also, the up and down arrow keys scroll through the list,
-
- while cmd + up arrow moves to the top of the list, and
-
- cmd + down arrow moves to the bottom.
-
-
-
- Enjoy!
-
-